func golang.org/x/sys/unix.sendmsgN
3 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L1538: func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen _Socklen, flags int) (n int, err error) {
syscall_unix.go#L429: return sendmsgN(fd, iov[:], oob, ptr, salen, flags)
syscall_unix.go#L453: return sendmsgN(fd, iov, oob, ptr, salen, flags)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)